Laboratory Module 6
Problem 1)
Develop an ASP.NET page that displays a list of options with checkboxes (Use CheckBoxList web control).
On clicking a button (web control) the page displays the selected options in a label control.
Problem 2)
Develop a page that displays two text boxes and a button web control. The textboxes are used to capture the number of rows and the number of columns from the user.
(a) On clicking the button, generate a table with r rows and c columns. In each cell display row, col values.
(b) Optionally add features of border and image in each cell.
Problem 3)
Develop a web form that records all page processing events in a list box as shown below.